From 28407036b155b2c8358531530663142b5af79b59 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 15 Dec 2019 12:46:34 +0100 Subject: [PATCH] Bump versions --- rust-bindings/rust/Cargo.toml | 4 ++-- rust-bindings/rust/sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index f8b13130..22cca6a5 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.6.1" +version = "0.6.2" authors = ["Felix Krull"] license = "MIT" @@ -42,7 +42,7 @@ gio = "0.7.0" glib-sys = "0.9.0" gobject-sys = "0.9.0" gio-sys = "0.9.0" -ostree-sys = { version = "0.5.1", path = "sys" } +ostree-sys = { version = "0.5.2", path = "sys" } [dev-dependencies] maplit = "1.0.1" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 6466d848..f75213a5 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -62,7 +62,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.5.1" +version = "0.5.2" ["package.metadata.docs.rs"] features = ["dox", "v2019_6"] -- 2.30.2